EmailAddressCollectionAdd Method |
Adds an email address to the collection.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Add(
string emailAddress
)
Public Sub Add (
emailAddress As String
)
Parameters
- emailAddress
- Type: SystemString
The email address to add.
See Also